@charset "utf-8";

/*====================================== 
 [ -Main Stylesheet-
  Theme: Monolit
  Version: 1.0
  Last change: 15/02/2016 ]
  	+++Fonts +++
	++++General Styles++++
	++++Typography ++++
	++++Page preload ++++
	++++Content Styles ++++
	++++Responsive iframes ++++
	++++ Item hover++++
	++++Header++++
	++++Navigation ++++
	++++Home+++++
	++++Page title +++++
	++++Services ++++
	++++Portfolio++++
	++++Skills ++++
	++++Team ++++
	++++Footer++++
	++++Map ++++
	++++Contact ++++
	++++Facts ++++
	++++blog ++++
	++++Share ++++
	++++Responsive ++++
*/


/*-------------Import fonts ---------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,200,100,500italic,700,900|Muli&subset=latin,vietnamese,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek);

/*-------------General Style---------------------------------------*/

html {
    height: 100%;
    overflow-x: hidden !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'Muli', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #161513;
    background: #1B1B1B;
    height: 100%;
    text-align: center;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/*--------------Typography--------------------------------------*/

h1 {
    font-size: 4.46666666667em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.17em;
}

h2 {
    font-size: 3.2em;
    font-weight: 300;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 0.9em;
    font-weight: 200;
}

h5 {
    font-size: 0.8em;
    font-weight: 200;
}

h6 {
    font-size: 0.6em;
    font-weight: 200;
}

p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
}

strong {
    font-weight: 700;
}

blockquote {
    z-index: 18 !important;
    float: left;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 15px solid #5F7D4F;
}

blockquote p {
    font-family:'Muli','Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #161513;
}

blockquotes {
    z-index: 18 !important;
    float: left;
    padding: 0px 10px;
    margin: 0 0 0px;
    font-size: 17.5px;
    border-left: 10px solid #6C3F49;
    background-color: RGBA(245,236,251, 0.75);
    border-radius: 8px;
}
blockquotes p {
    font-family:'Muli','Open Sans', sans-serif;
    font-weight: 400;
    color: #161513;
    font-size: 15px !important;
}

blockquoteb {
    z-index: 18 !important;
    float: left;
    padding: 0px 10px;
    margin: 0 0 10px;
    font-size: 17.5px;
    border-left: 10px solid #006B8F;
}

/* 文本按钮 start*/
.bt-link-text{
    font-size: 16px !important;
    font-weight: 400;
    color: #006B8F !important;
}

.bt-link-text:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #006B8F;
    bottom: -1px;
    left: 0;
}

.bt-link-text:hover {
    font-weight: 600;
    color:#03546e !important;
}
/* 文本按钮  end */


/* 深色背景下的块状样式 */
sblockquote {
    float: left;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 15px solid #5F7D4F;
}

sblockquote p {
    font-family:'Muli','Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
/* 深色背景下的块状样式 */

/* ---------Page preload--------------------------------------*/

.loader {
    position: fixed;
    top: 50% !important;
    left: 50%;
    width: 105px;
    height: 8px;
    z-index: 100;
    font-size: 34px;
    opacity: 0.8;
    margin: -4px 0 0 -53px;
}

#movingBallG {
    position: relative;
    width: 105px;
    height: 8px;
}

.movingBallLineG {
    position: absolute;
    left: 0px;
    top: 5px;
    height: 1px;
    width: 105px;
    background: rgba(255,255,255,0.41);
}

.movingBallG {
    background:#f0cc71;
	position:absolute;
	top:0;
	left:0;
	width:12px;
	height:12px;
	-moz-border-radius:6px;
	-moz-animation-name:bounce_movingBallG;
	-moz-animation-duration:1.3s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-webkit-border-radius:6px;
	-webkit-animation-name:bounce_movingBallG;
	-webkit-animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-ms-border-radius:6px;
	-ms-animation-name:bounce_movingBallG;
	-ms-animation-duration:1.5s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-o-border-radius:6px;
	-o-animation-name:bounce_movingBallG;
	-o-animation-duration:1.5s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	border-radius:6px;
	animation-name:bounce_movingBallG;
	animation-duration:1.5s;
	animation-iteration-count:infinite;
	animation-direction:linear;
}

@keyframes bounce_movingBallG {
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}


/* ---------Content Styles--------------------------------------*/

#main {
    height: 100%;
    width: 100%;
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
}

#wrapper {
    height: 100%;
    margin-left: 0;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
}

.content-holder {
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    padding: 0 0 0 0px;
    transition: all 400ms linear;
}

.container {
    max-width: 1324px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.content {
    width: 100%;
    position: relative;
    z-index: 3;
    float: left;
    background: #fff;
    -webkit-transform: translate3d(0,0,0);
}

.pad-con {
    padding-top: 80px;
}

.content:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    z-index: 20;
    width: 7px;
    left: 42px;
    background-repeat: repeat-y;
    /* background-image: url(../images/bg-dec.png); */
    opacity: 0.5;
}

.no-bg-con:before {
    display: none;
}

.dark-bg {
    background: #006B8F !important;
}

.dark-bg .overlay {
    background: #4D3C57;
    opacity: 0.75;
}

.full-height {
    height: 100%;
}

.custom-height {
    height: 71.5%;
}

.parallax-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
   
}

.parallax-inner .bg {
    height: 150%;
    top: -25%;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.full-height-parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.respimg {
    width: 100%;
    height: auto;
}

.overlay {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

section {
    float: left;
    width: 100%;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.parallax-section {
    padding: 210px 0 60px;
}

.parallax-section:before  {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90%;
    z-index: 2;
    background: linear-gradient(rgba(0, 107, 143,0) 0%, rgba(90, 74, 99, 1) 100%); 
}
.align-text {
    text-align: left;
}

.no-border {
    border: none !important;
}

.no-padding {
    padding: 0 !important;
}

.btn {
    float: left;
    padding: 12px 23px;
    line-height: 17px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    transition: all 400ms linear;
    background-color: #312d2a;
    border-radius: 5px;
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    transition: all 200ms linear;
    z-index: -1;
    -webkit-transition-delay: 200ms;
    /* Safari */
    transition-delay: 200ms;
    border-radius: 5px;
}

.btn:hover:before {
    border-radius: 5px;
    width: 100%;
}

.btn:hover {
    border-radius: 5px;
    color: #fff;
    background-color: #000000 !important;
}

/* 居中按钮Start */
.btnc {
    float: center;
    padding: 12px 23px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    transition: all 400ms linear;
    background-color: #006B8F;
    border-radius: 5px;
}

.btnc:hover:before {
    border-radius: 5px;
    width: 100%;
}

.btnc:hover {
    border-radius: 5px;
    color: #fff;
    background-color: #053242 !important;
}
/* 居中按钮END */

/* 创建深色背景下的按钮样式开始 */
.sbtn {
    float: left;
    padding: 12px 23px;
    line-height: 17px;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    transition: all 400ms linear;
    border: 0.5px solid #fff;
    border-radius: 5px;
}

.sbtn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #053242;
    transition: all 200ms linear;
    z-index: -1;
    -webkit-transition-delay: 200ms;
    /* Safari */
    transition-delay: 200ms;
}

.sbtn:hover:before {
    width: 100%;
}

.sbtn:hover {
    color: #fff;
}


/* 创建深色背景下的按钮样式结束 */

.anim-button {
    overflow: hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    outline: none;
    width: auto;
}

.anim-button i {
    top: -100%;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center !important;
    font-size: 20px;
}

.wt-btn {
    color: #fff;
    border: 2px solid #fff;
}

.anim-button i,
.anim-button span {
    transition: all 200ms linear;
}

.anim-button span {
    float: left;
    width: 100%;
    position: relative;
    top: 0;
}

.anim-button:hover span {
    top: 100px;
}

.anim-button:hover i {
    top: 0;
}

.custom-link-holder {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
}

.custom-link-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 0;
    background: #000;
}

.custom-link-holder a {
    float: none;
    display: inline-table;
}

.parallax-item,
.paralax-media {
    float: left;
    width: 100%;
    position: relative;
}

.parallax-item {
    margin-bottom: 70px;
}

.parallax-deck {
    position: absolute;
    bottom: 0;
    padding: 50px;
    z-index: 1;
    background-color: RGBA(245,236,251, 0.75) !important;
    background: url(../images/bg/back01.png);
}

.left-direction .parallax-deck {
    right: -30%;
}

.right-direction .parallax-deck {
    left: -30%;
}

.parallax-deck-item {
    float: left;
    max-width: 650px;
}

.paralax-wrap {
    float: left;
    width: 100%;
    opacity: 0.6;
    padding-top: 10px;
}

.parallax-deck-item h3 {
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    float: left;
    text-align: left;
    width: 100%;
    color: #000;
    font-weight: 500;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.parallax-deck-item h3 strong {
    font-weight: bold;
    background-image: linear-gradient(180deg, transparent 56%, #fce3a7 0);
}

.parallax-deck-item h3 :hover{
    transition: all 100ms linear !important;
    color: #006B8F;
}

.parallax-box {
    position: relative;
    left: -20%;
    z-index: -1;
    float: left;
    width: 100%;
}

.parallax-box.slider-box {
    z-index: 3;    
}

.parallax-box.r-align {
    left: 20%;
}

.parallax-box img {
    opacity: 0.6;
}

.parallax-box.slider-box img {
    opacity: 1;
}

.parallax-dec {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    opacity: 0.8;
    z-index: -1;
}

@keyframes gradient {
    0% {
        background-position: 0 12%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0 12%;
    }
}



/* GLOBOL */

.section-title {
    font-size: 40px;
    line-height: 64px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    color: #000;
    font-weight: 500;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ENGLISH */

.section-title2 {
    font-size: 40px;
    line-height: 64px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
    color: #000;
    font-weight: 500;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/gird.png);
}


/* BLOG */

.section-title3 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
    color: #006B8F;
    font-weight: 500;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-title.dec-title {
    padding-bottom: 10px;
}

.section-title.dec-title span {
    position: relative;
}

.section-title.dec-title span:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40%;
    height: 6px;
    background: #5F7D4F;
}

.algn-right {
    text-align: right;
}

.dark-bg .section-title,
.dark-bg {
    color: #fff;
}

.section-title strong {
    font-weight: bold;
}

.particular {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
}
.section-title span a{
    background-image: linear-gradient(180deg, transparent 56%, #fce3a7 0);

}

.section-title span a:hover {
    transition: all 100ms linear !important;
    color: #006B8F;
}
/* new about start*/

.about_service_box {

    float: left;
    width: 46.35%;
    text-align: center;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(0, 65, 147, 0.06);
    border-bottom: 2px solid;
    transition: all .5s;
    margin-right: 5px;
    z-index: 2;
    overflow: hidden;
}
.about_service_box .overlays{
    padding: 30px 15px;
    position: relative;
    z-index: 4;
}

.about_service_box .overlays::before{
    position: absolute;
    content: '';
    height: 0%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #4f7d7b;
    z-index: -1;
    transition: all linear 0.3s;

}
.about_service_box:hover .overlays::before{
    opacity: 1;
    height: 100%;
}
.about_service_box:hover .overlays .service_info h4 ,
.about_service_box:hover .overlays .service_info p {
    color: #fff;
}
.about_service_box:hover .overlays .service_icon .icon-white{
    display: inline-block;
}
.about_service_box:hover .overlays .service_icon .icon-theme{
    display: none;
}

.about_service_box .service_icon {
    margin-bottom: 10px;
}

.about_service_box .service_info h4 {
    font-size: 22px;
    margin-bottom: 10px;
    transition: all linear 0.3s;
	font-weight: 500;
}
.about_service_box .service_info p{
    transition: all linear 0.3s;
	font-size: 15px;
}

.icon-white{
    display: none;
}

.about_service_box.hb_2 .overlays::before{
    background: #025e7e;
}
.about_service_box.hb_3 .overlays::before{
    background: #577346;
}
.about_service_box.hb_4 .overlays::before{
    background: #5f363f;
}

.hb_1 {
    border-color: #4f7d7b;
}

.hb_2 {
    /* margin-top: 40px; */
    border-color: #025e7e;
}

.hb_3 {
	margin-top: 5px;
    border-color: #577346;

}

.hb_4 {
	margin-top: 5px;
    border-color: #5f363f;
}

.casoft_left_box {
    position: relative;
    bottom: 10px;
}
 
/* new about end */



/* ---------responsive iframes--------------------------------------*/

.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*------item hover ------------------------------------------------*/

.box-item {
    float: left;
    width: 100%;
}

.box-item a {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.box-item a img,
.serv-item img {
    position: relative;
    z-index: 1;
    transition: all 4000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.box-item a .overlay {
    opacity: 0;
    z-index: 2;
    transition: all 200ms linear;
}

.box-item a:hover .overlay {
    opacity: 0.3;
}

.box-item a:hover img {
    transform: scale(1.05);
}


/*------ Header  ------------------------------------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    height: 65px;
    width: 100%;
    background: #3a3632;
    -webkit-transform: translate3d(0, 0, 0);
}

.fw-head {
    width: 100%;
}

.vis-header-b:before {
    width: 97%;
}

.header-inner {
    float: left;
    padding-left: 15%;
}

.logo-holder {
    float: left;
    position: relative;
    width: 120px;
    z-index: 21;
    top: 18px;
}

.logo-holder img {
    width: 100%;
    height: auto;
}

.dynamic-title {
    display: none;
}


/*------ navigation  ------------------------------------------------*/

.nav-holder {
    float: left;
    position: relative;
    top: 12px;
    left: 30%;
}

nav {
    position: relative;
    float: left;
    width: 100%;
}

nav li {
    float: left;
    position: relative;
}

nav li ul {
    margin: 30px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 210px;
    padding-top: 58px;
    padding-bottom: 20px;
    left: 0;
    z-index: 0;
    background: rgba(49, 45, 42, 0.91);
    transition: all .2s ease-in-out;
}

nav li ul:before {
    content: '';
    position: absolute;
    bottom: 16px;
    left: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.21);
    height: 1px;
}

nav li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

nav li ul li ul {
    top: 0;
    left: 100%;
    padding-top: 10px;
}

nav li ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

nav li ul li {
    float: none;
    display: block;
    border: 0;
}

nav li a {
    float: left;
    padding: 10px 15px;
    line-height: 1;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 2;
    transition: all 100ms linear;
}

nav li ul a {
    width: 100%;
    text-align: left;
    padding: 9px 16px;
    font-weight: 500;
    font-size: 16px;
}

nav li a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 14px;
    width: 0;
    height: 2px;
    background: #F0CC71;
    transition: all 300ms linear;
}

nav li a.act-link-1 {
    color: #F0CC71;
    background:rgba(182, 179, 3, 0.21) !important;
}

nav li a.act-link:before {
    width: 60%;
}

nav li ul a:before {
    display: none;
}

nav li ul a.act-link {
    color: #000;
    font-weight: 600;
}

nav li a:hover {
    cursor: pointer;
    color: #f0cc71;
    /* font-weight: 700; */
    background:rgba(182, 179, 3, 0.21) !important;
}


/*------ Home -------------------------------------------------*/

.hero-wrap {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
}

.hero-wrap .overlay {
    z-index: 2;
    opacity: 0.1;
}

.hero-wrap-item {
    float: left;
    width: 100%;
    position: relative;
    z-index: 12;
}

.center-item {
    top: 40%;
}

.nFound-page-wrap {
    top: 36%;
}

.hero-wrap-item h1 {
    color: #fff;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    font-family: 'Muli','Open Sans', sans-serif;
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
}

.hero-wrap-item h2 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
    position: relative;
    z-index: 12;
    display: inline-block;
}

.hero-wrap-item h3,
.hero-wrap-item h3 a {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 4px;
    padding-left: 3px;
}

.nFound-Page {
    display: inline-table;
    font-size: 150px;
    text-transform: uppercase;
    color: #fff;
}

.hero-scroll-link {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin-left: -20px;
    z-index: 9;
    border: 1px solid rgba(255, 255, 255, 0.21);
}

.hero-wrap-image-slider-holder,
.slideshow-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-wrap-image-slider,
.hero-wrap-text-slider-holder,
.hero-wrap-text-slider,
.hero-wrap-text-slider-holder {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

.hero-wrap-image-slider-holder {
    background: #006B8F;
}

.hero-wrap-text-slider-holder {
    z-index: 3;
}

.hero-link {
    margin-top: 60px;
    display: inline-table;
    /* padding: 16px 36px;
    color: #fff;
    text-transform: uppercase;
	
	letter-spacing: 6px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; */
}

/* .hero-link:hover {
    font-weight: 700;
    color: #F0CC71;
} */

.media-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mob-bg {
    display: none;
}

.video-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}

.video-holder iframe {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.fullwidth-slider-holder,
.single-slider-holder {
    float: left;
    width: 100%;
    position: relative;
}

.fullwidth-slider-holder .item {
    position: relative;
}

.full-width-holder {
    float: left;
    width: 100%;
    position: relative;
}

.single-slider-holder {
    margin-bottom: 20px;
}

.single-slider .item {
    position: relative;
}

article {
    float: left;
    /* margin-top: 10px; */
    width: 100%;
    position: relative;
}
.home-blog{
    margin-left: 10px !important;
}


/*------ Page title  ------------------------------------------------*/

.page-title {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
}

.page-title .creat-list a:before {
    background: #fff;
}

.page-title .creat-list {
    position: relative;
    top: 20px;
}

.parallax-section .page-title,
.parallax-section .creat-list a {
    color: #fff;
}

.page-title h2 {
    font-size: 46px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
    color: #fff;
    font-weight: 700;
    text-align: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-title h2:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 80px;
    height: 4px;
    background: #fff;
}

.parallax-section .page-title {
    color: #fff;
}

.page-title h2 strong {
    font-weight: bold;
}

.page-title h3 {
    font-size: 22px;
    text-transform: uppercase;
    float: left;
    text-align: left;
    width: 100%;
    color: #fff;
    font-weight: 300;
    text-align: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*------ services  ------------------------------------------------*/

.services-holder {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.serv-item {
    float: left;
    width: 50%;
    position: relative;
    padding: 10px 20px 10px 0;
    overflow: hidden;
}

.serv-item img {
    position: relative;
    width: 100%;
    height: auto;
}

.serv-item-inner {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.serv-item-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.21);
    z-index: 2;
}

.act-ser .serv-item-inner:before {
    background: rgba(0, 0, 0, 0.41);
}

.ser-title {
    position: absolute;
    bottom: 40%;
    z-index: 3;
    width: 100%;
    left: 0;
}

.act-ser .ser-title {
    bottom: 30%;
}

.ser-title h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-table;
}

.ser-title h3:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #F0CC71;
    bottom: -7px;
    left: 0;
}

.act-ser .ser-title h3:before {
    width: 0;
}

.ser-title h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: inline-table;
}

/* 产品服务列表样式开始 */

.service-holder {
    float: left;
    width: 100%;
}

.service-holder li {
    float: left;
    width: 33.3333%;
    /* padding: 5px 40px 0px 0; */
    padding: 20px 30px 0px 0px;
}

.service-box {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 6px;
}

/* 服务样式 */
.service-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    border-bottom: 10px solid #4C825C;
    border-radius: 10px;

    border-image: linear-gradient(-90deg, #dae, #d5b364, #3c9, #4C825C, #66f);;
    border-image-slice: 10% 20% 30% 40%;
}

.service-item:hover {
    box-shadow: 0 5px 10px 3px #AAAAAA;
    transition: all 0.7s ease-in-out;
    border-image: linear-gradient(-270deg, #dae, #d5b364, #3c9, #4C825C, #66f)!important;
    border-image-slice: 10% 20% 30% 40% !important;
}


.service-title {
    position: absolute;
    bottom: 0px;
    z-index: 3;
    width: 100%;
    height: 90%;
    left: 0;
    background: linear-gradient(rgba(0, 107, 143,0) 0%, rgba(87, 60, 62, 0.9) 100%);
}

.service-title h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-table;
    margin-top: 80px;
}

.service-title h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    display: inline-table;
}
/* 服务样式END */


/*======================================
    new services
======================================*/

.card-box-c {
    position: relative;
    background-color: #fff;
  }
  .card-footer-c{
    padding-left: .5rem;
  }
  
  .card-box-c :hover{
    border-radius: 5px;
    background-color: #4C825C;
    cursor: default;
    /* border: none; */
    transition: all 200ms linear;
    -webkit-transition-delay: 200ms;
    /* Safari */
    transition-delay: 200ms;
  }

  .card-box-c :hover .card-box-ico span,
  .card-box-c :hover .card-box-ico h2{
    color: #ffffff;
    transition: all 200ms linear;
    -webkit-transition-delay: 200ms;
    /* Safari */
    transition-delay: 200ms;
  }
  
  .card-box-ico {
    padding: .5rem 2.5rem .5rem 2rem;
    border: 1px solid #000000 ;
    border-radius: 5px;
  }
  
  .card-box-ico span {
    font-size: 36px;
    color: #000000;
    /* font-weight: 300; */
    
    /* background-image: -webkit-linear-gradient(-180deg, #6C3F49, #4c707b, #3c9, #09f, #F7E0A1);   */
    background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
            linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
            linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);
    -webkit-text-fill-color: transparent;  
    -webkit-background-clip: text;  
    -webkit-background-size: 200% 100%;  
    animation: gradient 5s ease infinite;
  }
  
  .title-c {
    font-size: 14px;
    font-weight: 500;
    margin-top: 3px;
  }
/*======================================
    new services
======================================*/


/* 产品服务列表样式结束 */

.serv-post {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.serv-details {
    float: left;
    width: 100%;
    position: relative;
    display: none;
    text-align: left;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 20px;
    background: url(../images/gird.png);
}

.serv-details h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
}

.ser-list {
    list-style: circle;
    float: left;
    width: 100%;
    padding: 10px 0 10px 14px;
}

/* 定义富文本中的UL */
.list-paddingleft-2 {
    list-style: circle;
    float: left;
    width: 100%;
    padding: 10px 0 10px 14px !important; 
}

.ser-list li {
    width: 100%;
    float: left;
    margin-bottom: 4px;
    font-family: 'Muli', sans-serif;
    color: #000;
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}


/* Tags Start */
.tags {
    float: left;
    padding: 5px 14px;
    line-height: 17px;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
    transition: all 400ms linear;
    border: 1px solid #fff;
    background-color: #233B3F;
    border-radius: 3px;
}
.tags:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #233B3F;
}

/* Tags end */


.serv-item:hover img {
    transform: scale(1.05);
}

/*--------------------------------------------------------------
# 内嵌小服务组件
--------------------------------------------------------------*/
.size-box{
    padding-top: 15px;
}

.sicon-box {
    padding: 5px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(0, 107, 143, 0.41);
    transition: all 0.3s ease-in-out;
    /* background-image: url(../images/bg/back01.png); */
    z-index: 1;
    cursor: default;
    border-radius: 5px;
  }
  
.sicon-box::before {
    content: "";
    position: absolute;
    background: #006B8F;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
  }

  .sicon-box h3 {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 500;
    /* color: #006B8F; */
    background-image: -webkit-linear-gradient(-45deg, #dae, #025e7e, #3c9, #09f, #66f);  
    /* background: repeating-radial-gradient(closest-side, #3f87a6, #ebf8e1, #f69d3c); */
    -webkit-text-fill-color: transparent;  
    -webkit-background-clip: text;  
    -webkit-background-size: 200% 100%;  
    animation: gradient 4s ease infinite;
}

.sicon-box i {
    font-size: 42px;
    /* font-weight: 200; */
    color: #006B8F;
    /* background-image: -webkit-linear-gradient(-45deg, #dae, #025e7e, #3c9, #09f, #66f);   */
    background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
            linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
            linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);
    -webkit-text-fill-color: transparent;  
    -webkit-background-clip: text;  
    -webkit-background-size: 200% 100%;  
    animation: gradient 6s ease infinite;
}
  
.sicon-box:hover::before {
    background:rgba(247, 224, 161, 0.36);
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }

  /* 深色背景下的样式 */

    .licon-box {
        padding: 10px;
        position: relative;
        overflow: hidden;
        border-color: #fff;
        border: none;
        transition: all 0.3s ease-in-out;
        border-radius: 20px;
        z-index: 1;
    }
  
    .licon-box::before {
        content: "";
        position: absolute;
        right: -60px;
        top: -40px;
        width: 100px;
        height: 100px;
        border-radius: 50px;
        transition: all 0.3s;
        z-index: -1;
    }

    .licon-box h3 {
        font-size: 16px;
        font-weight: 300;
        color: #fbf9f8;
    }

    .licon-box i {
        font-size: 58px;
        padding-bottom: 5px;
        color: #fbf9f8;
        background: repeating-conic-gradient(
        from 45deg at 10% 50%,
        #3c9 0deg 10deg,
        #66f 10deg 20deg,
        #09f 20deg 30deg
        );
        -webkit-text-fill-color: transparent;  
        -webkit-background-clip: text;  
        -webkit-background-size: 200% 200%; 
        animation: gradient 6s ease infinite;
    }

    .licon-box:hover::before {
        background: rgba(0, 107, 143, 0.8);
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0px;
        background-image: url(../images/bg/back01.png);
    }
  /*--------------------------------------------------------------
# Services END
--------------------------------------------------------------*/


/*------ Porfolio  ------------------------------------------------*/

.gallery-items {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
}

.gallery-items a {
    cursor: pointer;
}

.grid-item-holder {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    padding: 2px;
}

.gallery-item,
.grid-sizer {
    width: 25%;
    position: relative;
    overflow: hidden;
    float: left;
}

.gallery-item-second,
.grid-sizer-second {
    width: 50%;
}

.gallery-item-three,
.grid-sizer-three {
    width: 75%;
}

.three-columns .gallery-item {
    width: 33.3%;
}

.three-columns .gallery-item-second,
.three-columns .grid-sizer-second {
    width: 66.6%;
}

.five-columns .gallery-item {
    width: 20%;
}

.five-columns .gallery-item-second,
.five-columns.grid-sizer-second {
    width: 40%;
}

.gallery-item img,
.grid-sizer img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    transform: translateZ(0);
}

.four-coulms .gallery-item,
.four-coulms .grid-sizer {
    width: 25%;
}

.three-coulms .gallery-item,
.three-coulms .grid-sizer {
    width: 33.33333%;
}

.three-coulms .gallery-item-second {
    width: 66.66666%;
}

.port-desc-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    right: 0;
    opacity: 0;
    z-index: 22;
    overflow: hidden;
    transition: all 300ms linear;
}

.port-desc-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 3px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.horizontal_item .port-desc-holder:before {
    opacity: 0.4;
}

.horizontal_item .port-desc {
    padding-bottom: 30px;
}

.horizontal_item .port-desc h3 {
    text-transform: none;
    font-size: 22px;
}

.gallery-item .port-desc-holder:before {
    right: 3px;
    bottom: 3px;
}

.port-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.portfolio_item:hover .port-desc-holder,
.gallery-item:hover .port-desc-holder {
    opacity: 1;
}

.port-desc-holder .grid-item h3:hover {
    opacity: 0.8;
}

.grid-item {
    float: left;
    width: 100%;
    padding: 30px;
    overflow: hidden;
}

.grid-item h3 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    z-index: 20;
}

.grid-item h3 a {
    color: #fff;
}

.grid-item span {
    width: 100%;
    float: left;
    font-size: 10px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.grid-item h3,
.grid-item span {
    opacity: 0;
}

.inline-filter {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}

.inline-filter .gallery-filters {
    float: left;
}

.inline-filter .gallery-filters a {
    float: left;
    padding-left: 30px;
    font-size: 10px;
    font-family: 'Muli', sans-serif;
    line-height: 16px;
    text-transform: uppercase;
    padding-left: 63px;
    position: relative;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
    margin-right: 15px;
}

.inline-filter .gallery-filters a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #000;
    transition: all 200ms linear;
}

.inline-filter .gallery-filters a.gallery-filter_active:before {
    transform: rotate(45deg);
}

.inline-filter .count-folio {
    float: right;
    color: #000;
}

.inline-filter .count-folio div {
    display: inline-table;
    padding-left: 15px;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}

.inline-filter .count-folio div:before {
    content: '/';
    position: absolute;
    right: 20px;
    top: -2px;
    color: #ccc;
    font-size: 16px;
}

.inline-filter .count-folio div:first-child:before {
    display: none;
}

.round-filter {
    position: fixed;
    z-index: 130;
    bottom: 30px;
    width: 250px;
    right: 5px;
    background: #000;
    padding: 15px 19px;
}

.round-filter:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.21);
}

.ver-filter {
    bottom: 0;
}

.tcf {
    bottom: 32px;
}

.filter-button {
    float: left;
    position: relative;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid rgba(255, 255, 255, 0.21);
    font-size: 10px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.round-counter {
    float: right;
    color: #fff;
    position: relative;
    top: 6px;
}

.round-counter:after {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.41);
}

.round-counter:before {
    content: '/';
    position: absolute;
    left: 50%;
    top: -2px;
    color: #fff;
    font-size: 16px;
    margin-left: -4px;
}

.round-counter div {
    float: left;
    margin: 0 10px;
    font-size: 10px;
    color: #fff;
    font-family: 'Muli', sans-serif;
}

.hid-filter {
    float: left;
    position: relative;
    display: none;
    padding-bottom: 20px;
}

.hid-filter a {
    float: left;
    color: #ccc;
    width: 100%;
    font-size: 16px;
    position: relative;
    padding: 4px 10px 4px 0;
    text-align: left;
}

.hid-filter a.gallery-filter_active {
    color: #fff;
}

.float-filters {
    float: left;
    position: relative;
    top: 15px;
}

.p_horizontal_wrap {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    height: 100%;
    top: 0;
}

.hpw {
    padding: 0 5px;
}

.visfilb {
    opacity: 0.6;
}

.pr-wrap {
    float: left;
    width: 100%;
    position: relative;
}

#portfolio_horizontal_container {
    height: 100%;
    float: left;
    width: 100%;
    position: relative;
}

#portfolio_horizontal_container .portfolio_item {
    width: auto;
    height: 100%;
    float: left;
    padding: 6px 3px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#portfolio_horizontal_container.no-padding .portfolio_item {
    padding: 0
}

#portfolio_horizontal_container.two-ver-columns .portfolio_item {
    height: 50%;
}

#portfolio_horizontal_container.three-ver-columns .portfolio_item {
    height: 33.3%;
}

#portfolio_horizontal_container .portfolio_item img {
    float: left;
    width: auto;
    height: 100%;
    position: relative;
    z-index: 1;
}

.no-bg {
    background: none !important
}

.vis-port-info .grid-item:before,
.vis-port-info .grid-item:after {
    display: none;
}

.vis-port-info .grid-item h3,
.vis-port-info .grid-item span {
    opacity: 1;
}

.grid-item-holder:hover .grid-item h3,
.grid-item-holder:hover .grid-item span,
.port-desc-holder:hover .grid-item span,
.port-desc-holder:hover .grid-item h3,
.horizontal_item:hover .grid-item span,
.horizontal_item:hover .grid-item h3 {
    opacity: 1;
}

.portfolio_item:hover .grid-item span {
    opacity: 0.7;
}

.st-3 .grid-item-holder a img,
.gallery-item img,
.grid-sizer img,
.grid-item h3,
.grid-item span,
.ser-title h3:before,
.ser-title {
    transition: all 300ms linear;
}

.box-gal .col-md-6 {
    padding-bottom: 25px;
    cursor: pointer;
}

.full-screen-gallery-holder {
    position: relative;
    width: 100%;
    float: left;
}

.full-screen-item {
    position: relative;
}

.customNavigation a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.31);
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    opacity: 1;
    transition: all 200ms linear;
    z-index: 20;
}

.customNavigation a.next-slide {
    right: 60px;
}

.customNavigation a.prev-slide {
    left: 60px;
}

.customNavigation.ssn a.next-slide {
    right: 10px;
}

.customNavigation.ssn a.prev-slide {
    left: 10px;
}

.customNavigation a:hover {
    opacity: 1;
}

.customNavigation a i {
    transition: all 500ms linear;
}

.customNavigation a:hover i {
    transform: rotateX(360deg);
}

.slider-zoom {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 10;
    width: 35px;
    height: 35px;
    color: #fff;
    background: rgba(0, 0, 0, 0.11);
    cursor: pointer;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

.slider-zoom i,
.slider-zoom:before,
.slider-zoom:after,
.slider-zoom,
.herolink {
    transition: all 200ms linear;
}

.slider-zoom:before,
.slider-zoom:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.slider-zoom:before {
    top: 0;
    left: 0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.slider-zoom:after {
    bottom: 0;
    right: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.slider-zoom:hover:before {
    top: -5px;
    left: -5px;
}

.slider-zoom:hover:after {
    bottom: -5px;
    right: -5px;
}

.slider-zoom:hover i {
    transform: rotate(90deg);
}

.nicescroll-rails {
    height: 30px !important;
}

.nicescroll-rails-hr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeat-x center url(../images/bg-dec2.png);
}

.nicescroll-cursors {
    top: 10px !important;
}

.caption {
    float: left;
    position: relative;
    padding-left: 40px;
}

.caption.cap-column {
    margin-left: 62px;
}

.caption:before {
    content: "";
    position: absolute;
    top: 55%;
    left: -40px;
    width: 50px;
    height: 1px;
    background: #000;
}

.caption h4 {
    float: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 6px;
    font-size: 14px;
    width: 100%;
    text-align: left;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
}

.caption p {
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
}

.caption.fixed-caption {
    position: absolute;
    bottom: 150px;
    left: 150px;
    z-index: 40;
}

.fix-con-panel {
    position: fixed;
    bottom: 50px;
    right: 30px;
    background: #000;
    border-radius: 4px;
    padding: 16px 20px;
    z-index: 20;
    color: #fff;
}

.hid-con-panel {
    float: left;
    cursor: pointer;
}

.fix-con-panel a,
.fix-con-panel span,
.vis-con-panel {
    transition: all 300ms linear;
}

.fix-con-panel a:hover,
.fix-con-panel span:hover {
    opacity: 0.6;
}

.fix-con-panel a,
.fix-con-panel span {
    float: left;
    margin-left: 30px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.21);
    padding: 6px 10px;
}

.fix-con-panel span {
    margin-left: 0;
    margin-right: 10px;
}

.fix-con-panel a:before {
    content: '/';
    position: absolute;
    top: 5px;
    left: -20px;
    color: #ccc;
}

.control-panel {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 0 30px 0 32px;
    height: 100px;
    z-index: 19;
}

.control-panel:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 6px;
    background: repeat-x center url(../images/bg-dec2.png);
}

.control-panel .btn {
    float: right;
    margin-top: 26px;
}

.vis-con-panel {
    float: right;
    margin-right: 40px;
    padding: 14px 26px;
    border: 1px solid #000;
    background: #000;
    top: 26px;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: all 300ms linear;
}

.vis-con-panel.dark-btn {
    color: #fff;
    background: #000;
    border: 0;
    font-size: 11px;
}

.vis-con-panel:hover {
    border-color: #ccc;
}

.vis-con-panel.dark-btn:hover {
    color: rgba(153, 153, 153, 0.61);
}

.vis-con-panel:before {
    content: '/';
    color: #000;
    position: absolute;
    font-size: 16px;
    right: -26px;
    top: 8px;
}

.vis-con-panel.dark-btn:before {
    display: none;
}

.owl-thumbs {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 60px;
    width: 100%;
    z-index: 30;
    background: #fff;
    visibility: hidden;
    padding: 90px 200px 200px 200px;
    opacity: 0;
    overflow: auto;
    transition: all 300ms linear;
}

.fhgal .owl-thumbs {
    bottom: 0;
}

.fhgal {
    padding-left: 10px;
}

.vis-thumbs {
    opacity: 1;
    visibility: visible;
}

.owl-thumb-item {
    float: left;
    transition: all 200ms linear;
    border: none;
    background: none;
    opacity: 1;
    cursor: pointer;
    padding: 10px;
    position: relative;
    opacity: 0;
}

.owl-thumb-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 500ms linear;
    z-index: 2;
}

.himask:before {
    width: 0;
}

.owl-thumb-item.himask {
    opacity: 1;
}

.owl-thumb-item.active {
    opacity: 0.3;
}

.owl-thumb-item img {
    width: auto;
    height: 150px;
}

.gallery_horizontal {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 10px;
}

.gallery_horizontal.fh-wr {
    padding-top: 10px;
}

.gallery_horizontal .owl-item img {
    width: auto;
    position: relative;
    z-index: 1;
}

.horizontal_item {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.gallery_horizontal {
    background: #f9f9f9;
}

.flow-gallery .horizontal_item {
    opacity: 0.6;
    transition: all 500ms linear;
    transition-delay: 300ms;
    transform: scale(0.65);
}

.flow-gallery .owl-item.center .horizontal_item {
    opacity: 1;
    transform: scale(1.0);
}

.portfolio_item,
.horizontal_item {
    cursor: e-resize;
}

.resize-carousel-holder {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
}

.fl-l {
    float: left;
}

.flow-gallery:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 43px;
    width: 100%;
    height: 1px;
    background: #eee;
    opacity: 0.6;
}

.show-info {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 80%;
    z-index: 15;
}

.show-info span {
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.51);
    padding: 6px 16px;
    border: 1px solid rgba(255, 255, 255, 0.21);
    cursor: pointer;
    float: left;
    transition: all 300ms linear;
}

.tooltip-info {
    height: auto;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-indent: 0px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    opacity: 0;
    left: 0;
    margin-bottom: 40px;
    visibility: hidden;
    pointer-events: none;
    z-index: 16;
    transition: all 300ms linear;
}

.tooltip-info p {
    font-size: 11px;
    font-weight: 600;
    word-spacing: no-wrap;
    color: #fff;
}

.tooltip-info h5 {
    font-size: 16px;
    margin-top: 16px;
    padding: 5px 0;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.show-info:hover .tooltip-info {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.sb-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    cursor: zoom-out;
}

.sb-overlay,
.resize-carousel-holder,
.control-panel {
    transition: all 300ms linear;
}

.vis-overlay {
    visibility: visible;
    opacity: 0.5
}

.hid-sidebar {
    position: fixed;
    top: 90px;
    bottom: 0;
    overflow: auto;
    z-index: 22;
    width: 100%;
    opacity: 1;
    right: 0;
    display: none;
}

.vissb {
    display: block;
}

.small-container {
    max-width: 800px;
}

.sidebar-wrap {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 40px;
    margin-bottom: 50px;
}

.sb-inner {
    transition: all 300ms linear;
    position: relative;
    opacity: 0;
    visibility: hidden;
    float: left;
    width: 100%;
}

.sb-innervis {
    opacity: 1;
    visibility: visible;
}

.sb-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.scale-callback {
    float: left;
    width: 33.33333%;
    height: 25%;
    position: relative;
    z-index: 5;
}

.scale-callback:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: all 400ms cubic-bezier(0.215, .61, .355, 1);
}

.scale-bg5:before {
    width: 100%;
}

.hid-sidebar h4,
.details-container h3,
.details-container h4 {
    float: left;
    text-align: left;
    font-size: 16px;
    width: 100%;
    color: #000;
    margin-top: 20px;
    text-transform: uppercase;
}

.hid-sidebar p,
.details-container p {
    font-size: 11px;
}

.hid-sidebar h4 {
    font-size: 15px;
    font-family: 'Muli', sans-serif;
    font-weight: 900;
}

.hid-sidebar .separator {
    float: left;
    width: 50px;
    height: 4px;
    background: #000;
    margin: 20px 0 20px;
    position: relative;
}

.pd-holder {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.pd-holder h5 {
    float: left;
    font-size: 10px;
    font-family: 'Muli', sans-serif;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    letter-spacing: 2px;
    color: #999;
}

.pd-holder h5 a {
    font-style: italic;
    opacity: 0.8;
    padding-left: 3px;
}

.project-details {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 10px;
    margin-bottom: 20px;
}

.project-details li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.content-nav {
    float: left;
    width: 100%;
    padding: 40px 0 0;
    position: relative;
    margin-top: 40px;
    border-top: 1px solid #eee;
}

.content-nav:before {
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 100%;
}

.content-nav ul {
    position: relative;
    left: 0;
}

.content-nav li {
    float: left;
    width: 50%
}

.close-sidebar {
    position: absolute;
    top: -10px;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    transform: rotate(45deg);
    z-index: 20;
    transition: all 400ms linear;
}

.close-sidebar:hover {
    transform: rotate(225deg);
    opacity: 0.8;
}

.close-sidebar:before,
.close-sidebar:after {
    content: '';
    position: absolute;
    background: #000;
}

.close-sidebar:before {
    width: 1px;
    height: 100%;
    top: 1px;
    left: 50%;
}

.close-sidebar:after {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 1px;
}

.full-screen-gallery-holder {
    position: relative;
    width: 100%;
    float: left;
}

.full-screen-item {
    position: relative;
}

.fix-con-panel a.vd {
    margin-left: 0;
}

.fix-con-panel a.vd:before {
    display: none;
}


/* --------- Skills --------------------------------------*/

.piechart-holder,
.custom-skillbar-holder {
    padding-top: 50px;
    float: left;
    width: 100%;
    position: relative;
}

.piechart-holder h4 {
    /* font-size: 1.3em;
    text-transform: uppercase; */
    font-size: 18px;
    font-weight: bold;
}

.chart {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-bottom: 26px;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.piechart {
    position: relative;
    padding-bottom: 20px;
}

.percent {
    display: inline-block;
    font-size: 21px;
    line-height: 152px;
    z-index: 2;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.drk-ch .percent {
    color: #666;
}

.angular {
    margin-top: 100px;
}

.angular .chart {
    margin-top: 0;
}

.skills-description {
    float: left;
    width: 100%;
    margin: 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.skill-name {
    position: absolute;
    top: 40%;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: 4px;
    opacity: 0.3;
    color: #000;
}

.skill-name span {
    opacity: 0.3;
}

.skill-name-lanim {
    left: 0;
}

.skill-name-ranim {
    right: 0;
}

.skillbar-box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.skillbar-bg {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 3px;
    overflow: hidden;
    background: #eee;
}

.custom-skillbar-title span {
    float: left;
    font-size: 16px;
    margin-top: 16px;
    padding-bottom: 6px;
}

.custom-skillbar {
    height: 3px;
    width: 0px;
    background: #000;
}

.skill-bar-percent {
    float: right;
    font-size: 16px;
    margin-top: 13px;
    padding-bottom: 6px;
}

.clients-list {
    float: left;
    width: 100%;
}

.clients-list a {
    float: left;
    width: 20%;
    padding: 10px 10px 10px 0;
}

.clients-list a:hover {
    opacity: 0.6;
}

.clients-list a img {
    border-radius: 5px;
    float: left;
    width: 100%;
    height: auto;
    background: linear-gradient(-45deg, #dae, #f66, #3c9, #09f, #66f);
    background-size: 200% 200%;
    animation: gradient 8s ease infinite;
}


/*------ Team  ------------------------------------------------*/

.team-holder {
    float: left;
    width: 100%;
}

.team-holder li {
    float: left;
    width: 33.3333%;
    padding: 5px 40px 0px 0;
}

.team-box {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background: url(../images/gird.png);
}

.team-info {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: left;
}

.team-info h3 {
    font-size: 26px;
    padding-bottom: 4px;
    font-weight: 900;
}

.team-info h4 {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.team-box:before,
.team-box:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
}

.team-box:before {
    width: 0;
    height: 2px;
}

.team-box:after {
    width: 2px;
    height: 0;
}

.team-box:hover:before {
    width: 50px;
}

.team-box:hover:after {
    height: 50px;
}

.team-photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
}

.team-box .overlay {
    opacity: 0;
    z-index: 2;
    background: #000;
    transition: all 300ms linear;
}

.team-box:hover .overlay {
    opacity: 0.5;
}

.team-social {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 3;
    display: yes;
}

.team-social li {
    float: none !important;
    display: inline-block !important;
    padding: 6px;
    width: auto !important;
}

.team-social li a {
    color: #fff;
    font-size: 19px;
    position: relative;
    top: 50px;
    opacity: 0;
}

.team-social li h3 {
    font-size: 19px;
    font-weight: 300;
}

.team-social li h4 {
    color: #fff;
    font-size: 60px;
    font-weight: 100;
}

.testimon-slider h3 {
    text-align: left;
    font-size: 26px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.testimon-slider .item {
    cursor: e-resize;
}

.testimon-slider a.text-link {
    color: #fff;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

.testimon-slider a.text-link:before {
    background: #fff;
}

.custom-inner-holder {
    float: left;
    margin-top: 60px;
    width: 100%;
}

.custom-inner {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.custom-inner h3 {
    float: left;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
}

.custom-inner h4 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
}

.custom-inner-dec {
    float: left;
    width: 100%;
    margin-top: 10px;
    background: #eee;
    height: 1px;
}

.custom-inner ul {
    float: left;
    width: 100%;
    padding: 10px 0 10px 13px;
    list-style: decimal;
}

.custom-inner ul li {
    float: left;
    width: 100%;
    padding: 5px 0 5px 10px;
    text-align: left;
}

.custom-inner .content-nav ul {
    position: relative;
    left: 0;
    padding: 0;
    list-style: none;
}

.custom-inner .content-nav ul li {
    float: left;
    width: 50%;
    padding: 0;
}

.custom-inner .btn {
    margin-top: 20px;
}

.testimon-slider-holder {
    float: left;
    width: 100%;
    position: relative;
}

.testimon-slider-holder .customNavigation {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.testimon-slider-holder .customNavigation a {
    position: relative;
    top: 0;
    left: 0 !important;
    background: none;
    font-size: 22px;
    float: left;
    margin-right: 16px;
    width: auto;
    height: auto;
}


/*------ footer  ------------------------------------------------*/

footer.fixed-footer {
    position: fixed;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    background: #000;
    z-index: 6;
}

.height-emulator {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

footer.fixed-footer .footer-social {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

footer.fixed-footer .footer-social:before {
    content: '';
    position: absolute;
    top: -20px;
    height: 1px;
    width: 50px;
    left: 15px;
    background: rgba(255, 255, 255, 0.21);
}

footer.fixed-footer .footer-social li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

footer.fixed-footer .footer-social li a {
    font-size: 14px;
    color: #fff;
}

footer.fixed-footer .footer-social li a:hover {
    color: rgba(240, 204, 113, 0.51)
}

.content-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 90px 20px 90px 80px;
    background: #312D2A;
    z-index: 2;
}

.content-footer:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    z-index: 20;
    width: 7px;
    left: 122px;
    background-repeat: repeat-y;
    /* background-image: url(../images/bg-dec.png); */
    opacity: 0.2;
}

.footer-title {
    position: fixed;
    width: 200px;
    top: 280px;
    padding-top: 26px;
    cursor: default;
    transform: rotate(-90deg);
    transform-origin: left top;
    z-index: 12;
}

.footer-title:before {
    content: '';
    position: absolute;
    bottom: -23px;
    width: 1px;
    height: 50px;
    left: 0;
    background: rgba(255, 255, 255, 0.21);
}

.footer-title h2 {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
}

.footer-title a {
    position: relative;
    z-index: 3;
    transition: all 200ms linear;
    color: #fff;
}

.footer-item {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
}

.footer-item h4 {
    width: 100%;
    margin-bottom: 30px;
}

.footer-item p,
.footer-item span,
.footer-item ul li a {
    font-size: 14px;
    color: #fff;
}

.footer-item ul li {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}

.footer-item ul li a:hover{
    color: #F0CC71;
    font-weight: bold;
}

.footer-item span {
    letter-spacing: 1px;
}

.footer-item .text-link {
    color: #fff;
}

.footer-item .text-link:before {
    background: #fff;
}

.footer-logo img {
    margin-bottom: 20px;
}

.footer-logo p {
    max-width: 300px;
}

.footer-wrap {
    float: left;
    width: 100%;
    padding-top: 25px;
    margin-top: 15px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.21)
}

.footer-wrap:before {
    content: '';
    position: absolute;
    top: -3px;
    right: 22px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    transition: all 200ms linear;
}

.footer-wrap.tth:before {
    right: 0;
}

.copyright {
    float: left;
    text-align: left;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.to-top {
    float: right;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    overflow: hidden;
    width: 70px;
    height: 40px;
    cursor: pointer;
    text-align: right;
}


/*------ map - ------------------------------------------------*/

.map-box {
    float: left;
    width: 100%;
    height: 400px;
    position: relative;
    margin: 40px 0;
}

#map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}


/*------ Contact  ------------------------------------------------*/

.contact-details {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
    text-align: left;
    background: url(../images/bg/back01.png);
}

.contact-details h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #006B8F;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.contact-details ul {
    padding-bottom: 20px;
}

.contact-details ul li a {
    padding: 2px 0;
    float: left;
    font-size: 13px;
    width: 100%;
}

.contact-details ul li a:hover {
    text-decoration: underline;
}

.contact-form-holder {
    float: left;
    width: 100%;
    margin-top: 50px;
}

#contact-form,
#comment-form {
    width: 100%;
    float: left;
    margin-top: 30px;
}

#contact-form input[type="text"],
#contact-form textarea,
#comment-form input[type="text"],
#comment-form textarea
 {
    float: left;
    width: 100%;
    background: none;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    border-radius: 5px;
    position: relative;
    z-index: 20;
    padding-left: 8px;
    color: #000;
    border: 0.5px solid #000;;
    -webkit-appearance: none;
}

#contact-form textarea,
#comment-form textarea {
    height: 170px;
    resize: none;
    overflow: auto;
    background: none;
    overflow: auto;
    box-shadow: none;
}

#submit,
.form-submit button {
    float: left;
    border: 0.5px solid #000;
    background: none;
    padding: 15px 30px 15px 30px;
    line-height: 17px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    font-family: 'Muli', sans-serif;
    -webkit-appearance: none;
    transition: all 200ms linear;
    -webkit-appearance: none;
    border-radius: 5px;
}

#submit:hover {
    color: #fff;
    background: #000;
}

#submit i,
.to-top i,
footer.fixed-footer .footer-social li a,
.clients-list a {
    transition: all 200ms linear;
}

#submit:hover i {
    color: #000;
}

.verify-wrap {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.verify-text {
    float: left;
    margin-right: 20px;
    width: 100%;
    text-align: left;
}

#contact-form input#verify[type="text"] {
    float: left;
    width: 70px !important;
}

.error_message {
    text-align: left;
    font-size: 16px;
    max-width: 450px;
    position: relative;
    padding: 10px;
    color: #933;
    text-transform: uppercase;
}

#success_page h3 {
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
}

#success_page p {
    margin-top: 5px;
    text-align: left;
    padding: 6px 6px 6px 0;
    color: #000;
}

#success_page p strong {
    font-weight: bold;
}

#message fieldset {
    border: none;
}

.contact-form-holder input::placeholder,
.contact-form-holder textarea::placeholder{
    color: #006B8F; 
    font-weight: 500;
    font-family: 'Roboto', 'Muli', sans-serif;
}


/*------ facts  ------------------------------------------------*/

.sect-subtitle {
    position: absolute;
    bottom: 10%;
    color: rgba(0,107,143, 0.21);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 185px;
    z-index: 99;
}

.sect-subtitle:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 150px;
    height: 1px;
    background: rgba(0,107,143, 0.21);
}

.sect-subtitle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #006B8F;
    border-radius: 100%;
    margin-top: -3px;
    margin-left: -3px;
}

.dark-bg .sect-subtitle {
    color: rgba(255, 255, 255, 0.21);
}

.dark-bg .sect-subtitle:after {
    background: #fff;
}

.left-align-dec {
    left: 20%;
}

.right-align-dec {
    right: 10%;
}

.right-align-dec:before {
    right: 50%;
}

.left-align-dec:before {
    left: 50%;
}

.dark-bg .sect-subtitle:before {
    background: rgba(255, 255, 255, 0.351);
}

.inline-facts-holder:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -48%;
    width: 20%;
    background: #5F7D4F;
    height: 10px;
    margin-top: -3px;
}

.inline-facts h6 {
    float: right;
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    text-align: right;
    color: #fff;
    font-weight: bold;
}

.num {
    float: right;
    font-size: 82px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    font-weight: bold;
}

/*------ process ------------------------------------------------*/

.process-box {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
    position: relative;
}

.process-box h3,
.bold-title {
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 30px;
    color: #006B8F;
}

.creat-list {
    float: left;
    margin-top: 5px;
    width: 100%;
    background: url(../images/mask.png);
    padding-bottom: 20px;
    padding-top: 20px;
}

.creat-list li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.creat-list li a,
.text-link {
    float: left;
    padding-left: 10px;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    line-height: 8px;
    text-transform: uppercase;
    padding-left: 50px;
    position: relative;
    font-weight: 500;
    letter-spacing: 2px;
    color: #292929;
}

.creat-list li a:before,
.text-link:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #000;
    transition: all 200ms linear;
}

.creat-list li a:hover:before,
.text-link:hover:before {
    transform: rotate(45deg);
}

.creat-list li a:hover,
.text-link {
    font-weight: 700;
    color: #006B8F;
}

.process-boxs {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
    position: relative;
}

.process-boxs h3,
.bold-title {
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #006B8F;
}

/* new creat-list start */
.creat-listex {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
}

.creat-listex li {
    float: left;
    margin-top: 10px;
}

.creat-listex li a,
.creat-listex li {
    float: left;
    padding-left: 5px;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    line-height: 8px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    letter-spacing: 2px;
    color: #292929;
}

.creat-listex li a:hover,
.creat-listex li i:hover {
    font-weight: 700;
    color: #006B8F;
}
/* new creat-list end */


/* 返回列表 */
.creat-list i {
    float: right !important;
    margin-right: 10px;
}


/* ------blog------------------------------------------------------------ */

.blg-nav {
    margin-top: -20px;
    margin-bottom: 20px;
}

.waimg {
    float: left;
    margin-bottom: 20px;
}

article {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    border-radius: 15px;
    border-bottom: 5px solid #eee;
}

article .btn {
    float: left;
}

article .section-title {
    margin-bottom: 0px !important;
}

.post-author {
    margin-bottom: 40px;
    margin-top: 10px;
    float: left;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.author-img {
    float: left;
    width: 15%;
}

.author-content {
    float: left;
    width: 85%;
    padding-left: 10px;
}

.author-img img {
    border-radius: 100%;
    float: left;
}

.author-content h5 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #000;
    display: block;
    float: left;
    font-weight: 500;
}

.author-content p {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.widget {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.widget h3 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    color: #006B8F;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 20px;
    padding-top: 30px;
}

.widget-posts li {
    padding: 16px 0;
}

.widget-posts-img {
    float: left;
    width: 30%;
}

.widget-comments-img img {
    border-radius: 100%;
}

.widget-posts-descr {
    float: left;
    width: 70%;
    /* padding-left: 10px; */
}

.widget-posts-descr a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 3px;
    padding-bottom: 20px;
}

.widget-posts-descr :hover {
    font-weight: 700 !important;
    color: #006B8F;
}

.widget-posts-date {
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #000000;
    font-size: 9px;
}

.searh-holder {
    max-width: 450px;
    margin-top: 20px;
    position: relative;
}

.searh-inner {
    float: left;
    margin-top: 15px;
    width: 97%;
    position: relative;
    border-radius: 5px;
}

.search {
    border: 1px solid rgba(0, 0, 0, .07);
    float: left;
    font-size: 16px;
    font-weight:400;
    text-align: left;
    background: #fff;
    border-radius: none;
    position: relative;
    outline: none;
    padding: 0px 0px 0px 10px;
    width: 90%;
    height: 40px;
    color: #000;
    -webkit-appearance: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.search-submit {
    border: none;
    outline: none;
    cursor: pointer;
    background: #DDDDDD;
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Search Result Start */

    .searchr-form-holder {
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    
    .searchr-form {
        width: 100%;
        float: left;
        margin-top: 30px;
    }

    .searchr-title {
        font-weight: 300 !important;
        font-size: 32px !important;
        text-align: left !important;
        padding-bottom: 30px;
    }
    
    #searchr-form input[type="text"] {
        float: left;
        padding-left: 20px;
        width: 100%;
        background: none;
        font-size: 20px !important;
        font-weight: 500 !important;
        height: 50px;
        border-radius: 5px;
        position: relative;
        z-index: 20;
        color: #000;
        border: 0.5px solid #000;;
    }

    .searchr-submit {
        z-index: 20;
        border: none;
        outline: none;
        position: absolute;
        cursor: pointer !important;
        width: 40px;
        height: 40px;
        font-size: 22px;
        font-weight: 400;
        background-color: #fff;
        color: #000;
        right: 30px;
        bottom: 5px !important;
    }


/* Search Result end */


.trnsp-search {
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    background: rgba(255, 255, 255, 0.21);
}

.trnsp_btn {
    border-radius: 0 6px 6px 0;
}

.trnsp_btn i {
    color: #fff !important;
}

.search-submit:hover i {
    opacity: 0.5;
}

.tagcloud li {
    float: left;
    margin-bottom: 4px;
}

.tagcloud li a {
    float: left;
    padding: 6px 10px 6px 0;
    margin-right: 2px;
    color:#000000;
    letter-spacing: 1px;
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.tagcloud li a:hover {
    font-weight: 700 !important;
    color: #006B8F;
}

.cat-item {
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.cat-item a {
    font-weight: 500;
    font-size: 12px !important;
    font-family: 'Muli', sans-serif;
    color: #000000;
    text-transform: uppercase;
}

.cat-item a:hover {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #006B8F;
}

.lg-sub-html {
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.cat-item a,
.tagcloud li a {
    font-size: 10px;
    transition: all 200ms linear;
}

.sinnle-post h2 {
    float: left;
    font-size: 32px;
    text-align: left;
    width: 100%;
}

.blog-box{
    z-index: 99;
    background-color: #fff;
    border-radius: 15px;
}

.blog-text {
    float: left;
    width: 100%;
    padding: 20px 0;
    margin-top: 10px;
}

.blog-sub-title {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    color: #006B8F;
    font-weight: 500;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-sub-title:hover {
    font-weight: 700;
}

.blog-text .btn {
    margin-top: 15px;
}

.blog-text h3,
.comments-holder h3,
.comment-form-holder h3 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
}

.blog-text h3 strong {
    font-weight: bold;
}

.blog-text {
    padding: 0;
    padding-bottom: 20px;
}

.blog-title a {
    color: #666;
}

.sinnle-post .blog-text {
    max-width: 900px;
}

.blog-media {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0;
}

.blog-text p {
    font-size: 16px;
    padding-top: 10px;
}

.pagination-blog {
    margin-top: 20px;
    text-align: center;
    float: left;
    width: 100%;
    margin: 15px 0;
}

.pagination-blog ul {
    float: left;
    margin: 20px 0 30px;
}

.pagination-blog a {
    float: left;
    padding: 16px 18px;
    position: relative;
    font-size: 16px;
    color: #666;
    letter-spacing: 1px;
    margin-right: 6px;
    position: relative;
}

.pagination-blog a.current-page,
.pagination-blog a:hover {
    color: #f9f9f9;
    font-weight: bold;
    background-color: #006B8F;
    border-radius: 12px;
}

.prevposts-link,
.nextposts-link {
    position: relative;
    padding: 0;
    width: 50px;
    height: 50px;
    padding: 0 10px;
}

.prevposts-link:before,
.nextposts-link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transition: all 200ms linear;
}

.prevposts-link:hover:before,
.nextposts-link:hover:before {
    transform: rotate(45deg);
}

.sidebar {
    float: left;
    width: 100%;
    padding: 0 0 0 30px;
    background: url(../images/mask.png);
}

.sinnle-post p {
    font-size: 16px;
}

.sinnle-post .blog-text h3 {
    margin-bottom: 30px;
}

.comments-holder {
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 30px;
}

.commentlist {
    text-align: left;
    float: left;
    margin: 10px 0px;
    max-width: 900px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.comment-form-holder {
    max-width: 800px;
    float: left;
    margin-top: 30px;
}

#comments {
    text-align: left;
    padding-top: 10px;
    max-width: 800px;
}

#comments-title,
#reply-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}

.comment {
    float: left;
}

.comment-body {
    position: relative;
    margin-left: 70px;
    padding-top: 30px;
}

.comment-author {
    position: absolute;
    top: 30px;
    left: -66px;
}

.comment-author img {
    border-radius: 100%;
}

.comment .children {
    margin-left: 70px;
}

.fn {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

.comment-meta,
.comment-meta a {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 1px;
    color: #494949;
    padding-bottom: 10px;
}

#respond {
    margin-top: 40px;
    float: left;
    width: 100%;
}

#reply-title {
    padding-bottom: 30px;
    margin-bottom: 5px;
}

#commentform {
    float: left;
    width: 100%;
}

.comment-notes {
    margin-top: 10px;
    color: #a4a4a3;
}

.control-group label {
    margin-left: 10px;
    font-weight: 200;
    float: left;
    position: relative;
    top: 25px;
    font-weight: 600;
    letter-spacing: 2px;
}

.control-group .controls input {
    margin-top: 15px;
    border: none;
    outline: none;
    height: 35px;
    background: #fff;
    color: #a4a4a3;
    text-decoration: none;
    border-bottom: 1px solid #000;
    border-right: 2px solid #000;
    float: left;
    max-width: 600px;
}

.control-group .controls textarea {
    float: left;
    margin-top: 15px;
    border: none;
    outline: none;
    height: 180px;
    max-width: 600px;
    background: #fff;
    padding-left: 15px;
    padding-top: 15px;
    color: #a4a4a3;
    resize: vertical;
    text-decoration: none;
    border-bottom: 2px solid #000;
}

.controls button {
    margin-top: 30px;
    -webkit-appearance: none;
}


/*------ share------------------------------------------------*/

/* 全局搜索ICON */
.show-share {
    position: absolute;
    top: 12px;
    left: 78%;
    z-index: 21;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center !important;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.41);
}

.show-share span {
    color: #fff;
    position: absolute;
    left: -100%;
    margin-left: -15px;
    top: -15px;
    opacity: 0;
    line-height: 1;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    z-index: 2;
    text-decoration: line-through;
    transition: all 200ms linear;
}

.show-share:hover span {
    opacity: 1;
    top: 12px;
}

.show-share.isShare {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.21);
}

.show-share.isShare span {
    text-decoration: none;
}

.share-inner {
    position: fixed;
    z-index: 20;
    top: 80px;
    visibility: hidden;
    width: 100%;
    background: #000;
    height: 0;
    overflow: hidden;
}

.hor-inner {
    width: 100%;
    right: 0;
}

.visshare {
    visibility: visible;
    height: 80px;
}

.share-container {
    position: relative;
    float: right;
    height: 100%;
    width: 100%;
    line-height: 100px;
    padding-right: 10%;
    padding-left: 5%;
    opacity: 0;
}

.share-inner,
.share-container,
.show-share,
.show-login,
.show-location,
.nav-button
 {
    transition: all 400ms linear;
}

.vissc {
    opacity: 1;
}

.share-icon {
    float: left;
    position: relative;
    margin-right: 20px;
    color: #fff;
}

.share-icon:hover {
    text-decoration: line-through;
}

.share-icon:before {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 2;
    transition: all 100ms linear;
}

.share-icon-digg:before {
    content: "digg";
}

.share-icon-email:before {
    content: "email";
}

.share-icon-flickr:before {
    content: "flickr";
}

.share-icon-foursquare:before {
    content: "foursquare";
}

.share-icon-rss:before {
    content: "rss";
}

.share-icon-facebook:before {
    content: "facebook";
}

.share-icon-twitter:before {
    content: "twitter";
}

.share-icon-tumblr:before {
    content: "tumblr";
}

.share-icon-linkedin:before {
    content: "linkedin";
}

.share-icon-vimeo:before {
    content: "vimeo";
}

.share-icon-instagram:before {
    content: "instagram";
}

.share-icon-pinterest:before {
    content: "pinterest";
}

.share-icon-googleplus:before {
    content: "googleplus";
}

.share-icon-in1:before {
    content: "in1";
}

.share-icon-stumbleupon:before {
    content: "stumbleupon";
}

.transition {
    transition: all 500ms linear;
}

.transition2 {
    transition: all 200ms linear;
}

.fl-l {
    float: left;
}

.nav-button-holder {
    display: none;
}

.hid-gal {
    overflow: hidden;
}


/* 登录切换 */

.show-login {
    position: absolute;
    top: 12px;
    left: 80.3%;
    z-index: 21;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.21);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center !important;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.41);
}

.show-login span {
    color: #fff;
    position: absolute;
    left: -100%;
    margin-left: -15px;
    top: -15px;
    opacity: 0;
    line-height: 1;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    z-index: 2;
    text-decoration: line-through;
    transition: all 200ms linear;
}

.show-login:hover span {
    opacity: 1;
    top: 15px;
}

.show-login.isShare {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.21);
}

.show-login.isShare span {
    text-decoration: none;
}


/* 多语言切换 */

.show-location {
    position: absolute;
    top: 12px;
    left: 82.6%;
    z-index: 21;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.21);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center !important;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.41);
}

.show-location:hover, .show-login:hover, .show-share:hover, .nav-button:hover{
    background-color: rgba(0, 0, 0, 0.21);
}

.show-location span {
    color: #fff;
    position: absolute;
    left: -100%;
    margin-left: -15px;
    top: -15px;
    opacity: 0;
    line-height: 1;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    z-index: 2;
    text-decoration: line-through;
    transition: all 200ms linear;
}

.show-location:hover span {
    opacity: 1;
    top: 15px;
}

.show-location.isShare {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.21);
}

.show-location.isShare span {
    text-decoration: none;
}

/* 全局Search样式 */

.search-form-wrap {
    position: absolute;
    right: 22.7%;
    bottom: 0px;
    width: 55%;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
  }
  
  .search-form-wrap search-form{
    position: relative;
    width: 100%;
  }

  .search-form input[type="text"] {
        border: none;
        float: left;
        font-size: 18px;
        font-weight:400;
        text-align: left;
        background: #fff;
        position: relative;
        outline: none;
        width: 100%;
        bottom: 12px;
        height: 40px;
        color: #000;
        padding-left: 45px;
        -webkit-appearance: none;
        transition: all 200ms linear;
        -webkit-transition-delay: 500ms;
        transition-delay: 400ms;
        border-radius: 5px;
    }

    .search-form input::placeholder { 
        color: #000; 
    }

    .fsearch-submit {
        border: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        left: 0;
        width: 40px;
        height: 40px;
        font-size: 20px;
        font-weight: 100;
        background-color: #fff;
        color: #000;
        transition-delay: 200ms;
        border-radius: 5px;
        bottom: 12px;
    }

    .fsearch-submit:hover {
        font-weight: bold;
        color: #006B8F;
    }

    .search-form-wrap .search-form .form-control:active,
    .search-form-wrap .search-form .form-control:focus {
        outline: none;
        box-shadow: none;
    }
    
    .search-form-wrap .search-form .btn:active,
    .search-form-wrap .search-form .btn:focus {
        outline: none;
        box-shadow: none;
    }
    
    .search-form-wrap.active {
        visibility: visible;
        opacity: 1;
    }

    /* Search */

    .content-background-01:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/d1.png);
        opacity: 0.07;
    }

    .content-background-02:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/d2.png);
        opacity: 0.05;
    }

    .content-background-03:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/d3.png);
        opacity: 0.03;
    }

    .content-background-04:after{
        content: '';
        display: block;
        width: 100%;
        height: 85%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/ck01.jpg);
        opacity: 0.07;
    }

    .content-background-05:after{
        content: '';
        display: block;
        width: 100%;
        height: 85%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/ck02.jpg);
        opacity: 0.07;
    }

    .content-background-06:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/d6.png);
        opacity: 0.4;
    }

    .content-background-07:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/d4.png);
        opacity: 1;
    }

    .content-background-08:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/ck03.jpg);
        opacity: 0.4;
    }

    .content-background-09:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/d5.png);
        opacity: 0.4;
    }

    .content-background-10:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/d7.png);
        opacity: 0.6;
    }

    .content-background-11:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/back01.png);
        opacity: 0.4;
    }

    .content-background-12:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/d8.png);
        opacity: 0.3;
    }

    .content-background-13:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/d9.png);
        opacity: 0.4;
    }

    .content-background-14:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/d10.png);
        opacity: 0.7;
    }

    .content-background-15:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/ck04.jpg);
        opacity: 1;
    }

    .content-background-16:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/d11.png);
        opacity: 0.07;
    }

    .content-background-17:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/bg/d12.png);
        opacity: 0.05;
    }

/* -----------------------service slider start----------------------- */

.service_box.service_box_4 {
    margin-left: 20px;
    margin-right: 20px;
}

.service_box_4 {
    position: relative;
    border: 1px solid rgb(239, 245, 252);
    background: rgb(255, 255, 255);
    z-index: 1;
}

.service_box_4 .service_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}

.service_box_4:hover .service_bg {
    opacity: 1;
}

.service_box_4:hover .service_bg:after {
    opacity: .8;
}

.service_box_4 .service_bg:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006B8F;
    opacity: .8;
    z-index: -1;
    opacity: 0;
    transition: all 200ms linear;
    -webkit-transition-delay: 200ms;
    /* Safari */
    transition-delay: 200ms;
}

.service_box_4 .service_head {
    text-align: left;
    padding: 20px 10px;
}

.service_box_4 .service_head i {
    font-size: 46px;
    margin-bottom: 40px;

    /* background-image: -webkit-linear-gradient(-45deg, #dae, #f66, #3c9, #09f, #66f);   */
    background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
            linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
            linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);
    -webkit-text-fill-color: transparent;  
    -webkit-background-clip: text;  
    -webkit-background-size: 200% 100%;  
    animation: gradient 5s ease infinite;
}

.service_box_4 .service_head h3 {
    font-size: 16px;
    margin-top: 15%;
    margin-bottom: 10px;
}

.service_box_4 .service_head h3 i {
    float: right;
    font-size: 16px;
    margin-top: 4px;
    margin-right: 10px !important;
}

.service_box_4:hover .service_head i,
.service_box_4:hover .service_head h3,
.service_box_4:hover .service_head p {
    color: #fff;
    transition: all 200ms linear;
}


/* Outline CSS Start */
.ct-text-outline {
    white-space: nowrap;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, .2);
    -ms-text-stroke-color: rgba(255, 255, 255, .2);
    -o-text-stroke-color: rgba(255, 255, 255, .2);
    color: transparent;
    font-size: 30em;
    line-height: 70px;
    letter-spacing: -.02em;
    font-family: gilroy bold, sans-serif;
}

/* Outline CSS END */

/* -----------------------service slider end----------------------- */

/* AI Services CSS Start */  
  .section-headline.services-head h2 {
    margin-bottom: 25px;
  }


  .single-services i {
    display: inline-block;
    font-size: 46px;
    margin-bottom: 10px;

    background-image: -webkit-linear-gradient(-45deg, #dae, #025e7e, #3c9, #09f, #66f);  
    -webkit-text-fill-color: transparent;  
    -webkit-background-clip: text;  
    -webkit-background-size: 200% 100%;  
    animation: gradient 4s ease infinite;

  }
  
  .services-details {
    padding-top: 40px;
    transition: all 0.5s ease 0s;
  }
  
  .row.second-row {
    margin-top: 40px;
  }
  
  .section-head h2 {
    color: #333;
  }
  
  .single-services h4 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    /* color: #006B8F; */
  }

  /* **************小组件样式************** */
  .acard-box-c {
    position: relative;
    background-color: #fff;
  }
  
  .acard-box-c :hover{
    border-radius: 5px;
    background-color: #4C825C;
    cursor: default;
    transition: all 200ms linear;
    -webkit-transition-delay: 200ms;
    /* Safari */
    transition-delay: 200ms;
  }

  .acard-box-c :hover .acard-box-ico span,
  .acard-box-c :hover .acard-box-ico h2{
    color: #ffffff;
    transition: all 200ms linear;
    -webkit-transition-delay: 200ms;
    /* Safari */
    transition-delay: 200ms;
  }
  
  .acard-box-ico {
    padding: .5rem 2.5rem .5rem 2rem;
    border: 1px solid #000000 ;
    border-radius: 5px;
    
  }
  
  .acard-box-ico span {
    font-size: 24px !important;
    color: #000000;
  }
/* AI Services CSS END */

/* service2 start */
.features-cards {
    --default-color: #555;
    --heading-color: #333;
    text-align: left;
  }
  
  .features-cards .feature-box {
    height: 100%;
    padding: 40px 30px;
    border-radius: 10px;
    margin: 10px 0 0 0;
  }
  
  .features-cards .feature-box i {
    font-size: 44px;
    display: inline-block;
    line-height: 0;
    margin-bottom: 20px;
  }
  
  .features-cards .feature-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 10px 0;
  }
  
  .features-cards .feature-box p {
    font-size: 15px;
    margin-bottom: 0;
  }
  
  .features-cards .feature-box.orange {
    background: rgba(2, 94, 126, 0.1);
  }
  
  .features-cards .feature-box.orange i {
    color: #025e7e;
  }
  
  .features-cards .feature-box.blue {
    background: rgba(87, 115, 70, 0.1);
  }
  
  .features-cards .feature-box.blue i {
    color: #577346;
  }
  
  .features-cards .feature-box.green {
    background: rgba(79,125,123, 0.1);
  }
  
  .features-cards .feature-box.green i {
    color: #4f7d7b;
  }
  
  .features-cards .feature-box.red {
    background: rgba(95, 54, 63, 0.1);
  }
  
  .features-cards .feature-box.red i {
    color: #5f363f;
  }

/* service2 end */


/*------  Responsive ------------------------------------------------------*/
@media only screen and (min-width: 2500px) {

    .header-inner {
        padding-left: 22.7%;
    }

    .nav-holder {
        left: 30% !important;
    }
    

    .show-share {
        left: 72.6%;
    }
    
    .show-login {
        left: 74.3%;
    }
    
    .show-location {
        left: 76%;
    }
    .search-form-wrap {
        right: 28%;
        width: 43%;
    }
}

@media only screen and (min-width: 2048px) and (max-width: 2499px) {

    .header-inner {
        padding-left: 17.3%;
    }

    .nav-holder {
        left: 28% !important;
    }
    

    .show-share {
        left: 76.85%;
    }
    
    .show-login {
        left: 78.9%;
    }
    
    .show-location {
        left: 81%;
    }
    .search-form-wrap {
        right: 24%;
        width: 50%;
    }
}

@media only screen and (max-width: 1710px) {

    /* 搜索、登录、多语言布局start */
    .header-inner {
        padding-left: 11%;
    }

    .nav-holder {
        left: 25% !important;
    }

    .show-share {
        left: 81.7%;
    }
    
    .show-login {
        left: 84.2%;
    }
    
    .show-location {
        left: 86.7%;
    }
    /* 菜单、搜索、登录、多语言布局stop */
    .search-form-wrap {
        right: 18.5%;
        width: 63%;
    }
}

@media only screen and (max-width: 1600px) {

    /* 搜索、登录、多语言布局start */

    .show-share {
        left: 83%;
    }
    
    .show-login {
        left: 86.5%;
    }
    
    .show-location {
        left: 90%;
    }
    /* 菜单、搜索、登录、多语言布局stop */
    .search-form-wrap {
        right: 19%;
        width: 57%;
    }
}

@media only screen and (max-width: 1470px) {
    /* 菜单、搜索、登录、多语言布局stop */
    .header-inner {
        padding-left: 5%;
    }

    .nav-holder {
        left: 30% !important;
    }

    .show-share {
        left: 87.15%;
    }
    
    .show-login {
        left: 90.1%;
    }
    
    .show-location {
        left: 93%;
    }

    /* 搜索表单 */
    .search-form-wrap {
        right: 14%;
        width: 70%;
    }
} 

@media only screen and (max-width: 1400px) {
    /* 菜单、搜索、登录、多语言布局stop */
    .header-inner {
        float: left;
        padding-left: 4%;
    }

    .nav-holder {
        left: 25% !important;
    }

    .show-share {
        left: 87.5%;
    }
    
    .show-login {
        left: 90.5%;
    }
    
    .show-location {
        left: 93.5%;
    }

    /* 搜索表单 */
    .search-form-wrap {
        right: 15%;
        width: 70%;
    }

    .section-title {
        font-size: 38px;
        line-height: 44px;
        letter-spacing: 0;
    }
} 

@media only screen and (max-width: 1280px) {
    header {
        width: 100%;
    }
    .share-inner {
        width: 100%;
    }
    .creat-list li a {
        margin-bottom: 15px;
    }

    .parallax-deck-item h3:hover {
        transition: all 200ms linear;
        font-size: 24px;
        color:#006B8F !important;
    }

    .parallax-deck-item h3:hover {
        transition: all 200ms linear;
        font-size: 32px;
        color:#006B8F !important;
    }
    .page-title h2 {
        font-size: 40px !important;
    }

    /* 菜单、搜索、登录、多语言布局start */
    .nav-holder {
        left: 15% !important;
    }

    .show-share {
        left: 84.9%;
    }
    
    .show-login {
        left: 88.5%;
    }
    
    .show-location {
        left: 92%;
    }

    /* 搜索表单 */
    .search-form-wrap {
        right: 16%;
        width: 68%;
    }
    /* 菜单、搜索、登录、多语言布局stop */
    .section-title {
        font-size: 32px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 1036px) {

    .custom-height {
        height: 65%;
    }

    .hid-gal {
        overflow: auto;
    }
    .mob-bg {
        display: block;
    }
    header {
        width: 100%;
    }
    .nav-button-holder {
        position: absolute;
        right: 15px;
        top: 3px;
        display: block;
    }
    .nav-button {
        float: right;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.21);
        padding: 13px 6px 6px 6px;
        position: relative;
        margin-top: 9px;
        border-radius: 5px;
        cursor: pointer;
    }
    .nav-button span {
        float: left;
        width: 100%;
        height: 2px;
        background: #fff;
        margin-bottom: 4px;
        position: relative;
    }
    .share-inner {
        width: 100%;
        right: 0;
    }
    .content-holder {
        padding: 0;
    }
    .header-inner {
        float: left;
        padding-left: 30px;
    }
    .full-height {
        height: 100%;
    }
    .inline-facts-holder:before,
    .show-share span,
    .fixed-footer,
    .height-emulator,
    .sect-subtitle,
    .content:before,
    .content-footer:before,
    nav ul li ul:before,
    nav li a.act-link:before,
    .control-panel,
    .close-sidebar,
    .fix-con-panel,
    .nicescroll-rails,
    .licon-box,
    .particular  {
        display: none;
    }
    .parallax-box {
        position: relative;
        left: 0;
        padding-top: 20px;
    }
    .parallax-box.r-align {
        left: 0;
    }
    .parallax-box img {
        opacity: 1;
    }
    .parallax-item {
        margin-bottom: 40px;
    }
    .parallax-deck {
        position: relative !important;
        bottom: 0;
        padding: 0;
        float: left;
        width: 100%;
    }
    .left-direction .parallax-deck {
        right: 0;
    }
    .right-direction .parallax-deck {
        left: 0;
    }
    .parallax-deck-item {
        float: left;
        max-width: 100%;
    }
    .paralax-wrap {
        float: left;
        width: 100%;
        opacity: 1;
        padding-top: 30px;
    }
    .parallax-deck h3 {
        font-size: 34px;
        line-height: 40px;
        padding-top: 15px;
        margin-bottom: 20px;
    }
    .algn-right {
        text-align: left;
    }
    .inline-facts h6 {
        float: none;
        font-size: 16px;
        text-align: center;
    }
    .num,
    .inline-facts h6 {
        float: left;
        text-align: left;
    }
    .nav-button-holder {
        display: block;
    }
    .nav-holder {
        position: absolute;
        top: 60px;
        left: 0 !important;
        width: 100%;
        background: #312d2a;
        padding: 30px 0 30px 30px;
        display: none;
        height: 800px;
        overflow: auto;
    }
    nav ul li,
    nav ul li ul li,
    nav li ul li>ul {
        float: left;
        width: 100%;
        text-align: left;
        left: 0;
        opacity: 1;
        right: 0;
        padding: 8px 0px;
    }
    nav li ul {
        margin: 0;
        padding-left: 30px;
        padding-top: 20px;
        padding-bottom: 40px;
        opacity: 1;
        visibility: hidden;
        position: relative;
        width: 100%;
        display: none;
        top: 0;
        left: 0;
        z-index: 1;
    }
    nav li a,
    nav li ul li a {
        padding: 0;
        width: auto;
    }
    nav li ul li:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -4px;
        width: 10px;
        height: 1px;
        background: rgba(255, 255, 255, 0.51);
    }
    nav li ul li a {
        color: rgba(255, 255, 255, 0.81);
        padding: 3px 15px;
    }
    nav li ul li ul {
        margin: 0;
        padding-left: 30px;
        padding-top: 5px;
        padding-bottom: 0;
        opacity: 1;
        visibility: hidden;
        position: relative;
        width: 100%;
        display: none;
        top: 0;
        left: 0;
        z-index: 1;
    }
    nav li:hover>ul,
    nav li ul li:hover>ul {
        display: block;
        left: 0;
    }
    nav li ul li:hover ul {
        display: block;
    }
    nav li a.act-link {
        color: #F0CC71;
        background:rgba(182, 179, 3, 0.21) !important;
        opacity: 0.5
    }
    .content-footer {
        position: relative;
        float: left;
        padding: 50px 0;
    }
    .gallery-item {
        width: 50% !important;
    }
    .colum-w {
        padding-top: 0 !important
    }
    .custom-inner-holder .col-md-6 h3 {
        float: left;
        width: 100%;
        padding-bottom: 15px;
        text-align: left;
    }
    .footer-item {
        margin-bottom: 15px;
    }
    .contact-details h4 {
        margin-top: 20px;
        float: left;
        width: 100%;
    }
    .sidebar {
        padding-left: 0;
    }
    .hid-sidebar {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        float: left;
        width: 100%;
        display: block;
        background: #fff;
    }
    .horizontal_item img {
        width: 100%;
        height: auto !important;
        margin-bottom: 10px;
    }
    .sb-inner {
        opacity: 1;
        visibility: visible;
    }
    .sidebar-wrap {
        float: left;
        width: 100%;
        position: relative;
        padding: 50px 0;
        margin-bottom: 0;
    }
    .ogm {
        height: auto !important;
        padding: 0 6px;
        background: #fff;
    }
    .ogm .customNavigation {
        display: none;
    }
    .gallery_horizontal {
        padding-top: 6px;
    }
    .flow-gallery .horizontal_item {
        opacity: 1;
        transform: scale(1.0);
    }
    section {
        padding: 50px 0;
    }
    .parallax-inner .bg {
        height: 100%;
        top: 0;
    }
    .smp {
        padding-left: 6px;
        padding-right: 6px;
    }
    .parallax-deck-item h3:hover {
        transition: all 200ms linear;
        font-size: 28px;
        color:#006B8F !important;
    }

    /* 服务样式自适应 */
    .ser-title h3 {
        font-size: 25px;
    }
    .ser-title h3:before {
        height: 3px;
    }
    /* 服务样式自适应END */

    .page-title h2 {
        font-size: 38px !important;
    }

    /* 菜单、搜索、登录、多语言布局start */

    .show-share {
        left: 81%;
    }
    
    .show-login {
        left: 85.5%;
    }
    
    .show-location {
        left: 90%;
    }

    /* 搜索表单 */
    .search-form-wrap {
        right: 21%;
        width: 62%;
    }
    /* 菜单、搜索、登录、多语言布局stop */

    .sicon-box i {
        font-size: 36px;
        font-weight: 100;
    }

    .service-title h3 {
        margin-top: 30px;
    }

    /* 整体样式Start */

    .hero-wrap-item h2 {
        font-size: 50px;
        letter-spacing: 0px;
    }
    
    .hero-wrap-item h3,
    .hero-wrap-item h3 a {
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 0px;
    }    
    .about_service_box {
        width: 48.35%;
        margin-right: 2px;
    }
    .about_service_box .overlays{
        padding: 20px 10px;
    }
    .about_service_box .service_info h4 {
        font-size: 16px;
    }    
    .section-title {
        font-size: 30px;
        line-height: 40px;
    }
    

    /* 整体样式 End */
}

@media only screen and (max-width: 824px) {
    #portfolio_horizontal_container,
    .resize-carousel-holder {
        height: auto !important;
    }
    #portfolio_horizontal_container {
        padding-bottom: 60px;
    }
    #portfolio_horizontal_container .portfolio_item {
        width: 100% !important;
        height: auto !important;
        padding: 3px 6px;
    }
    .p_horizontal_wrap {
        -webkit-overflow-scrolling: touch;
    }
    #portfolio_horizontal_container .portfolio_item img {
        width: 100% !important;
        height: auto !important;
    }
    .hpw,
    .p_horizontal_wrap,
    .resize-carousel-holder {
        padding: 0;
    }
    .resize-carousel-holder {
        background: #fff;
    }
    .team-holder li {
        float: left;
        width: 50%;
    }


    /* 服务新样式 */
    .service-holder li {
        float: left;
        width: 50%;
    }


    .team-social li a {
        padding: 6px;
    }
    .port-desc-holder:before {
        top: 0;
        left: 3px;
        right: 5px;
        bottom: 3px;
    }
    .round-filter {
        bottom: 5px;
        width: auto;
        right: 6px;
        left: 6px;
    }
    .round-filter:before {
        display: none;
    }
    .gallery-filters a {
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
    }
    .inline-filter .count-folio {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .inline-filter .count-folio div {
        float: left;
    }
    .inline-filter {
        padding-bottom: 20px;
    }
    .mob-pa {
        padding: 0 5px 60px;
    }
    .ver-filter {
        bottom: 0;
        left: 2px;
        right: 2px;
    }
    .gallery-item {
        width: 100%!important;
        left: 0 !important
    }
    .smp {
        padding-left: 6px;
        padding-right: 6px;
    }
    .section-title3,
    .blog-sub-title {
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        float: left;
        margin-bottom: 2px;
        text-align: left;
        width: 100%;
        color: #006B8F;
        font-weight: 700;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .parallax-deck-item h3:hover {
        transition: all 200ms linear;
        font-size: 25px;
        color:#006B8F !important;
    }

    /* 服务样式自适应 */
    .ser-title h3 {
        font-size: 24px;
    }
    .ser-title h3:before {
        height: 3px;
    }
    /* 服务样式自适应END */

    .page-title h2 {
        font-size: 34px !important;
    }

    .hero-wrap-item h2 {
        font-size: 46px;
    }

    /* 菜单、搜索、登录、多语言布局start */

    .search-form-wrap {
        right: 2%;
        width: 96%;
    }

    .show-share {
        left: 75%;
    }
    
    .show-login {
        left: 81%;
    }
    
    .show-location {
        left: 87%;
    }
    /* 菜单、搜索、登录、多语言布局stop */

    .custom-height {
        height: 71.5%;
    }    
    /* new about start*/
    
    .about_service_box {
        width: 46.35%;
        margin-right: 5px;
    }
    .about_service_box .overlays{
        padding: 30px 15px;
    }

    
    .about_service_box .service_icon {
        margin-bottom: 10px;
    }
    
    .about_service_box .service_info h4 {
        font-size: 22px;
    }

     
    /* new about end */

    
}

@media only screen and (max-width: 640px) {
    .num {
        font-size: 62px;
    }
    .page-title h2 {
        font-size: 30px !important;
    }
    .paralax-wrap,
    .tags,
    .creat-list,
    .inline-facts-holder,
    .process-box h3,
    .parallax-box,
    .customNavigation.ssn a.next-slide,
    .customNavigation.ssn a.prev-slide,
    .sidebar,
    .footer-item,
	.casoft_left_box,
	.creat-listex
    {
        display: none ;
    }

    .team-holder li {
        float: left;
        width: 100%;
        padding: 20px 0;
    }
    /* 服务新样式 */
    .service-holder li {
        float: left;
        width: 100%;
        padding: 20px 0;
    }


    .grid-small-pad .grid-item-holder,
    .grid-big-pad .grid-item-holder {
        padding: 3px 0 !important;
    }
    .fixed-filter a {
        width: auto !important;
    }
    .gallery-filters a:before {
        height: 1px;
        width: 0;
    }
    .gallery-filters a.gallery-filter-active:before {
        width: 40px;
    }
    .smp {
        padding-left: 6px;
        padding-right: 6px;
    }
    .serv-item {
        width: 100%;
    }
    .clients-list a {
        width: 50%;
    }
    .section-title,
    .page-title h2,
    .sect-subtitle {
        font-size: 26px !important;
        line-height: 34px;
    }

    .section-title3,
    .blog-sub-title {
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        float: left;
        margin-bottom: 2px;
        text-align: left;
        width: 100%;
        color: #006B8F;
        font-weight: 500;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .parallax-deck{
        border-radius: 10px;
    }

    .parallax-deck-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .parallax-deck-item h3 {
        margin-bottom: 5px;
        font-size: 24px;
        line-height: 24px;
    }

    .parallax-deck-item h3:hover {
        transition: all 200ms linear;
        color:#006B8F !important;
    }

    .custom-height{
        height: 55%;
    }

    .center-item{
        top:30%;
    }

    .hero-wrap-item h2 {
        font-size: 36px;
    }

    .hero-wrap-item h3,
    .hero-wrap-item h3 a {
        font-size: 18px;
    }

    .customNavigation.fhsln a.prev-slide,
    .customNavigation.fhsln a.next-slide  {
        display: none;
    }

    .owl-dots .owl-dot span {
        width: 36px;
        height: 10px;
        margin: 0px 3px;
      }

    p {
        font-size: 14px;
    }

    /* 服务样式自适应 */
    .ser-title h3 {
        font-size: 24px;
    }
    .ser-title h3:before {
        height: 3px;
    }
    /* 服务样式自适应END */

    .page-title h3{
        font-size: 16px;
    }

    .sicon-box i {
        font-size: 30px;
        font-weight: 100;
    }

    .hero-link {
        margin-top: 30px ;
    }

    /* 消除block样式 */
    blockquote,
    blockquotes,
    blockquoteb,
    sblockquote{
        padding: 0;
        border-left: 0px;
    }

    /* 菜单、搜索、登录、多语言布局start */

    .show-share {
        left: 57.5%;
    }
    
    .show-login {
        left: 67.5%;
    }
    
    .show-location {
        left: 77.5%;
    }
    /* 菜单、搜索、登录、多语言布局stop */

    .searchr-form-holder {
        margin-bottom: 30px;
    }

    .searchr-title {
        font-size: 28px!important;
        padding-bottom: 20px;
    }

    .parallax-section {
        padding: 110px 0 30px;
    }

    .service-title h3 {
        margin-top: 80px;
    }
	
	.card-box-ico span {
	  font-size: 24px;
	}
}

@media only screen and (max-width: 390px) {
    .show-location,
    .show-login,
    .show-share{
        display: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center;
    }
}
